home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 May / macformat_103_may_2001.iso / Mac OS X Shareware / Fizilla / res / rdf / LocalStore.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-03-26  |  419 b   |  35 lines  |  [TEXT/MOSS]

  1. window { 
  2.  display: block; 
  3.  
  4. tree { 
  5.  display: table; 
  6.  background-color: #eeeeee; 
  7.  border: none; 
  8.  border-spacing: 0px; 
  9.  border-collapse: collapse; 
  10.  
  11. treerow { 
  12.  display: table-row; 
  13.  
  14. treehead { 
  15.  display: table-header-group; 
  16.  
  17. treebody { 
  18.  display: table-row-group; 
  19.  
  20.  
  21. treecell { 
  22.  display: table-cell; 
  23.  
  24. treehead treerow treecell { 
  25.  background-color: #a0a0a0; 
  26.  border: thin black solid; 
  27.   
  28.